LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "DumpUtils.h"
Public Types | |
using | Array_t = T const * |
using | This_t = ArrayDumper< Array_t > |
Public Member Functions | |
VectorDumper (T const *v) | |
void | operator() (Stream &&out) const |
Inserts the content of the referenced array into the specified stream. More... | |
operator std::string () const | |
Converts the content of the stored vector into a string. More... | |
Public Attributes | |
Array_t const & | a |
A reference to the array to be printed. More... | |
size_t | n |
Number of elements to be printed. More... | |
Definition at line 213 of file DumpUtils.h.
|
inherited |
Definition at line 70 of file DumpUtils.h.
|
inherited |
Definition at line 71 of file DumpUtils.h.
|
inlineexplicit |
Definition at line 214 of file DumpUtils.h.
|
inlineexplicitinherited |
Converts the content of the stored vector into a string.
Definition at line 92 of file DumpUtils.h.
|
inlineinherited |
Inserts the content of the referenced array into the specified stream.
Definition at line 86 of file DumpUtils.h.
References lar::dump::details::dumpArray().
|
inherited |
A reference to the array to be printed.
Definition at line 73 of file DumpUtils.h.
|
inherited |
Number of elements to be printed.
Definition at line 74 of file DumpUtils.h.